NMI watchdog: use new counter on Core/Core2 CPUs
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 17 Oct 2008 13:15:37 +0000 (14:15 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 17 Oct 2008 13:15:37 +0000 (14:15 +0100)
commit8203a294d45014a2a21247ce2c58943cacb196e8
treea541702fb216999e428a16dac76b87071d44b4da
parent958646ea2e4ab4c1f3a78efd16bb961aabfe87b1
NMI watchdog: use new counter on Core/Core2 CPUs

The old CPU_CLK_UNHALTED performance counter no longer runs on Core or
Core2 CPUs.  Use the new CPU_CLK_UNHALTED.CORE_P one.

Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
xen/arch/x86/nmi.c